From: Henrik Enberg Date: Thu, 9 Mar 2006 02:15:21 +0000 (+0000) Subject: (rmail-header-get-limit): Don't end error message with a period. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~20 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4c6a01a18b48cc75d906953199ad6760555ee2fc;p=emacs.git (rmail-header-get-limit): Don't end error message with a period. --- diff --git a/lisp/mail/rmailhdr.el b/lisp/mail/rmailhdr.el index ef0afea8f57..bf4438e10d5 100644 --- a/lisp/mail/rmailhdr.el +++ b/lisp/mail/rmailhdr.el @@ -51,7 +51,7 @@ instead." (goto-char (point-min)) (if (search-forward "\n\n" nil t) (1- (point)) - (error "Invalid message format.")))) + (error "Invalid message format")))) (defun rmail-header-add-header (header value) "Add HEADER to the list of headers and associate VALUE with it.